home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TMULTIWIN / TMULTIWIN.txt
Text File  |  2000-08-10  |  4KB  |  217 lines

  1. object multiwin: Tmultiwin
  2.   Left = 464
  3.   Top = 346
  4.   ActiveControl = OkBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Multi Out Renderer'
  8.   ClientHeight = 210
  9.   ClientWidth = 333
  10.   Color = 4874571
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWhite
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 14
  22.   object Label1: TLabel
  23.     Left = 33
  24.     Top = 17
  25.     Width = 48
  26.     Height = 14
  27.     Alignment = taRightJustify
  28.     Caption = 'Channel 1'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 33
  32.     Top = 41
  33.     Width = 48
  34.     Height = 14
  35.     Alignment = taRightJustify
  36.     Caption = 'Channel 3'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 33
  40.     Top = 65
  41.     Width = 48
  42.     Height = 14
  43.     Alignment = taRightJustify
  44.     Caption = 'Channel 5'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 33
  48.     Top = 97
  49.     Width = 48
  50.     Height = 14
  51.     Alignment = taRightJustify
  52.     Caption = 'Channel 7'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 33
  56.     Top = 121
  57.     Width = 48
  58.     Height = 14
  59.     Alignment = taRightJustify
  60.     Caption = 'Channel 9'
  61.   end
  62.   object Label6: TLabel
  63.     Left = 29
  64.     Top = 145
  65.     Width = 54
  66.     Height = 14
  67.     Alignment = taRightJustify
  68.     Caption = 'Channel 11'
  69.   end
  70.   object Label7: TLabel
  71.     Left = 16
  72.     Top = 176
  73.     Width = 225
  74.     Height = 33
  75.     AutoSize = False
  76.     Caption = 
  77.       'Select the channels you wish to render to separate WAV-files and' +
  78.       ' click "Ok"...'
  79.     WordWrap = True
  80.   end
  81.   object chan1: TCheckBox
  82.     Left = 88
  83.     Top = 16
  84.     Width = 40
  85.     Height = 17
  86.     Caption = ' '
  87.     TabOrder = 0
  88.   end
  89.   object chan3: TCheckBox
  90.     Left = 88
  91.     Top = 40
  92.     Width = 40
  93.     Height = 17
  94.     Caption = ' '
  95.     TabOrder = 1
  96.   end
  97.   object chan5: TCheckBox
  98.     Left = 88
  99.     Top = 64
  100.     Width = 40
  101.     Height = 17
  102.     Caption = ' '
  103.     TabOrder = 2
  104.   end
  105.   object chan7: TCheckBox
  106.     Left = 88
  107.     Top = 96
  108.     Width = 40
  109.     Height = 17
  110.     Caption = ' '
  111.     TabOrder = 3
  112.   end
  113.   object CancelBtn: TButton
  114.     Left = 248
  115.     Top = 144
  116.     Width = 75
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = 'Cancel'
  120.     ModalResult = 2
  121.     TabOrder = 4
  122.   end
  123.   object OkBtn: TButton
  124.     Left = 248
  125.     Top = 176
  126.     Width = 75
  127.     Height = 25
  128.     Caption = 'Ok'
  129.     Default = True
  130.     ModalResult = 1
  131.     TabOrder = 5
  132.     OnClick = OkBtnClick
  133.   end
  134.   object chan9: TCheckBox
  135.     Left = 88
  136.     Top = 120
  137.     Width = 40
  138.     Height = 17
  139.     Caption = ' '
  140.     TabOrder = 6
  141.   end
  142.   object chan11: TCheckBox
  143.     Left = 88
  144.     Top = 144
  145.     Width = 40
  146.     Height = 17
  147.     Caption = ' '
  148.     TabOrder = 7
  149.   end
  150.   object chan2: TCheckBox
  151.     Left = 136
  152.     Top = 16
  153.     Width = 73
  154.     Height = 17
  155.     Caption = 'Channel 2'
  156.     TabOrder = 8
  157.   end
  158.   object chan4: TCheckBox
  159.     Left = 136
  160.     Top = 40
  161.     Width = 97
  162.     Height = 17
  163.     Caption = 'Channel 4'
  164.     TabOrder = 9
  165.   end
  166.   object chan6: TCheckBox
  167.     Left = 136
  168.     Top = 64
  169.     Width = 97
  170.     Height = 17
  171.     Caption = 'Channel 6'
  172.     TabOrder = 10
  173.   end
  174.   object chan8: TCheckBox
  175.     Left = 136
  176.     Top = 96
  177.     Width = 97
  178.     Height = 17
  179.     Caption = 'Channel 8'
  180.     TabOrder = 11
  181.   end
  182.   object chan10: TCheckBox
  183.     Left = 136
  184.     Top = 120
  185.     Width = 81
  186.     Height = 17
  187.     Caption = 'Channel 10'
  188.     TabOrder = 12
  189.   end
  190.   object chan12: TCheckBox
  191.     Left = 136
  192.     Top = 144
  193.     Width = 89
  194.     Height = 17
  195.     Caption = 'Channel 12'
  196.     TabOrder = 13
  197.   end
  198.   object allBtn: TButton
  199.     Left = 248
  200.     Top = 16
  201.     Width = 75
  202.     Height = 25
  203.     Caption = 'All'
  204.     TabOrder = 14
  205.     OnClick = allBtnClick
  206.   end
  207.   object noneBtn: TButton
  208.     Left = 248
  209.     Top = 48
  210.     Width = 75
  211.     Height = 25
  212.     Caption = 'None'
  213.     TabOrder = 15
  214.     OnClick = noneBtnClick
  215.   end
  216. end
  217.